vr2-3-23.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-23.wrl
Shape {
  appearance DEF Wood Appearance {
    texture ImageTexture {
      url  "wood.gif"
    }
  }
  geometry Cylinder {
    radius 5
    height 15
  }
}
Transform {
  translation -12 0 0
  children [
    Shape {
      appearance USE Wood
      geometry Box {
        size 40 4 4
      }
    }
  ]
}